Instance Method

getIdToken()

Gets the signed OIDC ID Token associated with the signed transaction.

Declaration

func getIdToken() throws -> String

Return Value

The ID Token as a string.

Discussion