Unlock seamless workflows and faster delivery with our latest releases – get the details
@public
type

LoginMethod

Login methods that may be used for Studio authentication.

Import

import {type LoginMethod} from 'sanity'

Signature

type LoginMethod = 'dual' | 'cookie' | 'token'
type LoginMethod = 'dual' | 'cookie' | 'token'
sanity@3.69.0