type
AuthActionEnvelope
type AuthActionEnvelope struct {
Success bool `json:"success"`
}A non-secret success acknowledgement for an auth lifecycle action.
Source protocol/envelope.go:242
Successbool- The Success value.
type
type AuthActionEnvelope struct {
Success bool `json:"success"`
}A non-secret success acknowledgement for an auth lifecycle action.
Source protocol/envelope.go:242
Successbool