interface AuthMethodsResponse {
    authMethods: AuthMethodInfo[];
}

Properties

Properties

authMethods: AuthMethodInfo[]