Result

sealed class Result

Describes the result from LegacyTokenMigration.migrate.

Types

Link copied to clipboard
class Error : LegacyTokenMigration.Result

An error occurred when migrating the token. See the associated exception for details.

Link copied to clipboard
object MissingLegacyToken : LegacyTokenMigration.Result

The SessionClient supplied to the LegacyTokenMigration.migrate call did not contain a token, migration is not possible.

Link copied to clipboard
object PreviouslyMigrated : LegacyTokenMigration.Result

The token was previously migrated. No changes were made as a result of the LegacyTokenMigration.migrate call.

Link copied to clipboard
object SuccessfullyMigrated : LegacyTokenMigration.Result

The token migrated successfully. The Credential supplied to the LegacyTokenMigration.migrate call now stores the token. The SessionClient supplied to the LegacyTokenMigration.migrate call has been cleared, and should no longer be used.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard