CredentialTransferCapabilities


class CredentialTransferCapabilities


The state of the primary provider's credentials

Summary

Public constructors

CredentialTransferCapabilities(
    totalNumCredentials: Int,
    numPasswords: Int,
    numPublicKeyCredentials: Int,
    totalSizeBytes: Long
)

Public properties

Int

the number of passwords the provider holds

Int

the number of public key credentials the provider holds

Int

the total number of credentials the provider holds

Long

the total size of credentials the provider will export

Public constructors

CredentialTransferCapabilities

Added in 1.0.0-alpha02
CredentialTransferCapabilities(
    totalNumCredentials: Int,
    numPasswords: Int,
    numPublicKeyCredentials: Int,
    totalSizeBytes: Long
)

Public properties

numPasswords

Added in 1.0.0-alpha02
val numPasswordsInt

the number of passwords the provider holds

numPublicKeyCredentials

Added in 1.0.0-alpha02
val numPublicKeyCredentialsInt

the number of public key credentials the provider holds

totalNumCredentials

Added in 1.0.0-alpha02
val totalNumCredentialsInt

the total number of credentials the provider holds

totalSizeBytes

Added in 1.0.0-alpha02
val totalSizeBytesLong

the total size of credentials the provider will export