@nebius/js-sdk - v0.1.22
Services Index
GitHub
Preparing search index...
runtime/token/federation_account
FederationAccountBearer
Class FederationAccountBearer
Hierarchy (
View Summary
)
Bearer
FederationAccountBearer
Indexable
[
key
:
symbol
]:
()
=>
unknown
Index
Constructors
constructor
Properties
$type
Accessors
name
wrapped
Methods
[custom
Json]
close
receiver
Constructors
constructor
new
FederationAccountBearer
(
profileName
:
string
,
clientId
:
string
,
federationEndpoint
:
string
,
federationId
:
string
,
opts
?:
{
ca
?:
string
|
string
[]
|
Buffer
<
ArrayBufferLike
>
;
cacheFilePath
?:
string
;
fileCacheThrottleMs
?:
number
;
initialRetryTimeoutMs
?:
number
;
initialSafetyMarginMs
?:
number
|
null
;
lifetimeSafeFraction
?:
number
;
logger
?:
Logger
;
maxRetries
?:
number
;
maxRetryTimeoutMs
?:
number
;
noBrowserOpen
?:
boolean
;
retrySafetyMarginMs
?:
number
;
retryTimeoutExponent
?:
number
;
timeoutMs
?:
number
;
writer
?:
(
s
:
string
)
=>
void
;
}
,
)
:
FederationAccountBearer
Parameters
profileName
:
string
clientId
:
string
federationEndpoint
:
string
federationId
:
string
Optional
opts
:
{
ca
?:
string
|
string
[]
|
Buffer
<
ArrayBufferLike
>
;
cacheFilePath
?:
string
;
fileCacheThrottleMs
?:
number
;
initialRetryTimeoutMs
?:
number
;
initialSafetyMarginMs
?:
number
|
null
;
lifetimeSafeFraction
?:
number
;
logger
?:
Logger
;
maxRetries
?:
number
;
maxRetryTimeoutMs
?:
number
;
noBrowserOpen
?:
boolean
;
retrySafetyMarginMs
?:
number
;
retryTimeoutExponent
?:
number
;
timeoutMs
?:
number
;
writer
?:
(
s
:
string
)
=>
void
;
}
Returns
FederationAccountBearer
Properties
Readonly
$type
$type
:
"nebius.sdk.FederationAccountBearer"
= 'nebius.sdk.FederationAccountBearer'
Accessors
name
get
name
()
:
string
|
undefined
Returns
string
|
undefined
wrapped
get
wrapped
()
:
Bearer
|
undefined
Returns
Bearer
|
undefined
Methods
[custom
Json]
"[customJson]"
()
:
unknown
Returns
unknown
close
close
(
_graceMs
?:
number
)
:
Promise
<
void
>
Parameters
Optional
_graceMs
:
number
Returns
Promise
<
void
>
receiver
receiver
()
:
Receiver
Returns
Receiver
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
$type
Accessors
name
wrapped
Methods
[custom
Json]
close
receiver
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.22
Loading...