RegisterCredentialsResponse


public abstract class RegisterCredentialsResponse


The result of calling RegistryManager.registerCredentials.

Summary

Public constructors

Public methods

final @NonNull String

the type of the credentials that were registered, matching the RegisterCredentialsRequest.type

Public constructors

RegisterCredentialsResponse

Added in 1.0.0-alpha01
public RegisterCredentialsResponse(@NonNull String type)

Public methods

getType

Added in 1.0.0-alpha01
public final @NonNull String getType()

the type of the credentials that were registered, matching the RegisterCredentialsRequest.type